Fixes:
Error: xoauth2: oauth2 failed: Local validation failed: auth_oauth2_fields settings: Failed to parse configuration: settings struct auth_oauth2_fields #1 key mismatch
Gbp-Pq: Name auth__Terminate_properly_auth_oauth2_post_setting_defines.patch
static const struct setting_define auth_oauth2_post_setting_defines[] = {
{ .type = SET_STRLIST, .key = "oauth2_fields",
.offset = offsetof(struct auth_oauth2_post_settings, fields) },
+
+ SETTING_DEFINE_LIST_END
};
static const struct auth_oauth2_post_settings auth_oauth2_post_default_settings = {